home *** CD-ROM | disk | FTP | other *** search
/ Studio De Charme: Dessous Sexy / Studio De Charme - Dessous Sexy.iso / runtime / readme.txt < prev    next >
Text File  |  1994-11-10  |  3KB  |  53 lines

  1. September 29, 1994
  2.  
  3.  
  4. Enclosed you will find the Video for Windows 1.1d Runtime.  This release includes some important enhancements requested by you, including improved palette support, Display Control Interface (DCI) support and overall improvements in performance.
  5.  
  6. The files that have changed are the following:
  7. File Name               Change Description
  8. AVICAP.DLL              Added application pre-roll and post-roll support.
  9. DCISVGA.DRV             DCI provider for S3 and Cirrus Logic display cards.
  10. DVA.386                 Added DCI support.
  11. ICCVID.DRV              Cinepak Codec: Added palette support.
  12. IMAADPCM.ACM            IMA ADPCM Codec: Change in the compression algorithm
  13.             used in order to fully meet the official format
  14.             specifications.
  15. IR32.DLL                Indeo Codec: Updated to version 3.2, added palette
  16.             support.
  17. MSVIDEO.DLL             Added palette and DCI support.
  18. MSVIDEO.NT              Updated the Windows NT 3.5 to support 16 bit capture.
  19. OLE2DISP.DLL            Updated to current release of OLE.
  20. OLE2NLS.DLL             Updated to current release of OLE.
  21. SETUP.INF               Updated to new file sizes, versions and dates.
  22. STDOLE.TLB              OLE file missing from original VfW runtime.
  23. TYPELIB.DLL             Updated to current release of OLE.
  24.  
  25. Palette Support
  26. Video for Windows has always allowed the application to select a specific
  27. palette for playback on 8 bit displays.  Unfortunately, the codecs
  28. (compressor\decompressors) were never aware of this palette request.
  29. Instead the codecs would dither to their own standard palette.  Video for
  30. Windows would then further dither the video to the requested color palette.
  31. The net result was 24 bit videos, when played back with a requested palette,
  32. were dithered twice.  This would compromise the quality of the video.
  33.  
  34. This problem has been solved with this new drop of MSVIDEO.DLL, and the
  35. Cinepak and Indeo codecs.  The codecs will now decompress directly to a
  36. requested palette.  You can request the codecs to use a palette with either
  37. the SETVIDEO <alias> PALETTE HANDLE TO <hpal>, or REALIZE <alias> BACKGROUND
  38. MCI commands.  You can find these commands in the Video for Windows 1.1
  39. documentation.
  40.  
  41. DCI Support
  42. DCI allows Video for Windows to take advantage of the enhanced capabilities
  43. of your display cards.  You will now see faster and smoother playback of
  44. video on display cards that use the S3, Cirrus Logic, and many other chip
  45. sets. Video for Windows will also support all DCI-enabled display adapters.
  46. Furthermore, the performance of stretched and clipped videos will be
  47. drastically improved for all displays.
  48.  
  49. Sincerely,
  50.  
  51.  
  52. The Video for Windows Team
  53.